Shared Contact
Protobuf type meshtastic.SharedContact
Functions
Link copied to clipboard
inline fun AdminProtos.SharedContact.copy(block: SharedContactKt.Dsl.() -> Unit): AdminProtos.SharedContact
inline fun AdminProtos.SharedContact.copy(block: SharedContactKt.Dsl.() -> Unit): AdminProtos.SharedContact
inline fun AdminProtos.SharedContact.copy(block: SharedContactKt.Dsl.() -> Unit): AdminProtos.SharedContact
inline fun AdminProtos.SharedContact.copy(block: SharedContactKt.Dsl.() -> Unit): AdminProtos.SharedContact
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The node number of the contact
Content copied to clipboard
uint32 node_num = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Add this contact to the blocked / ignored list
Content copied to clipboard
bool should_ignore = 3;
Link copied to clipboard
The User of the contact
Content copied to clipboard
.meshtastic.User user = 2;
Link copied to clipboard
The User of the contact
Content copied to clipboard
.meshtastic.User user = 2;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AdminProtos.SharedContact
Link copied to clipboard
Link copied to clipboard